home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 27 / PC Gamer IT CD 27.iso / MEDIA / STORE.DXR / Internal_10_grabBox.ls < prev    next >
Encoding:
Text File  |  1997-12-01  |  138 b   |  16 lines

  1. on mouseEnter me
  2.   cursor(260)
  3. end
  4.  
  5. on mouseLeave me
  6.   cursor(-1)
  7. end
  8.  
  9. on mouseDown me
  10.   cursor(290)
  11. end
  12.  
  13. on mouseUp me
  14.   cursor(260)
  15. end
  16.